home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * platform.h - 15-Oct-95 Cornel Huth
- * This is included by all blt2cx0?.c
- * Also see bullet?.h (esp. for DOSX32)
- *
- * IMPORTANT: Define ONE platform only, below
- *
- */
-
-
- #define ON_OS2 // define this if using OS/2 platform
- //#define ON_W95 // define this if using WIN32 platform
- //#define ON_DOSX // define this if using DOSX32 platform
-
- #define USE_ANSI // define this if ANSI screen control wanted
-
-